`after:` does not support `- on` selector
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
I was trying to use different part dependent based on arch, but I can't use something like this:
after:
- on i386:
- desktop-qt4
- on amd64:
- desktop-qt5
Issues while validating snapcraft.yaml: The 'parts/my-part/after[0]' property does not match the required schema: OrderedDict([('on amd64', ['apt', 'dpkg'])]) is not of type 'string'
Evaluation history
No evaluation history available.